home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / intro.dir / 00027_cancel highlight.ls < prev    next >
Encoding:
Text File  |  2000-05-25  |  238 b   |  12 lines

  1. on mouseWithin me
  2.   set the member of sprite the currentSpriteNum to member 24 of castLib "Internal"
  3. end
  4.  
  5. on mouseLeave me
  6.   set the member of sprite the currentSpriteNum to member 23 of castLib "Internal"
  7. end
  8.  
  9. on mouseUp me
  10.   halt()
  11. end
  12.